func runtime.cputicks
19 uses
runtime (current package)
chan.go#L219: t0 = cputicks()
chan.go#L348: sg.releasetime = cputicks()
chan.go#L446: sg.releasetime = cputicks()
chan.go#L465: sg.releasetime = cputicks()
chan.go#L580: t0 = cputicks()
chan.go#L740: sg.releasetime = cputicks()
cputicks.go#L11: func cputicks() int64
debuglog.go#L76: tick, nano := uint64(cputicks()), uint64(nanotime())
mprof.go#L697: lt.tickStart = cputicks()
mprof.go#L710: nowTick := cputicks()
runtime.go#L34: t.startTicks = cputicks()
runtime.go#L95: nowTicks := cputicks()
select.go#L156: t0 = cputicks()
sema.go#L125: s.releasetime = cputicks()
sema.go#L166: t0 = cputicks()
sema.go#L171: t0 = cputicks()
sema.go#L411: now = cputicks()
sema.go#L588: t0 = cputicks()
tracetime.go#L59: return traceTime(cputicks() / traceTimeDiv)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)